Welcome![Sign In][Sign Up]
Location:
Search - lexical analysis compiler program

Search list

[Other resourcePanXisong_Yufa

Description: 编译原理里的词法分析演示程序,用WIN32应用程序编写,比较容易懂-compiler theory's lexical analysis demo program using Win32 application programming relatively easy to understand
Platform: | Size: 133430 | Author: 熊凌鹏 | Hits:

[ELanguagec

Description: 简单的词法分析小例子- Simple lexical analysis small example
Platform: | Size: 7168 | Author: 站长 | Hits:

[ELanguageLL1

Description: ll1语法分析的c语言实现代码 需要输入词法分析的txt结果文件-ll1 the grammar analysis c language realization code needs to input the lexical analysis the txt result document
Platform: | Size: 1024 | Author: 信仰 | Hits:

[ELanguage020833

Description: 这是个编译原理的课程设计,是一个DO-WHILE循环语句的翻译程序设计,包括词法分析,语法分析,生成中间代码四元式。-This is a compiler theory of curriculum design, is a DO-WHILE loop is the translation program design, including lexical analysis, grammar analysis, code generation middle-4 yuan.
Platform: | Size: 8192 | Author: 冷清雪 | Hits:

[Other resourcePanXisong_Yufa

Description: 编译原理里的词法分析演示程序,用WIN32应用程序编写,比较容易懂-compiler theory's lexical analysis demo program using Win32 application programming relatively easy to understand
Platform: | Size: 133120 | Author: 熊凌鹏 | Hits:

[ELanguageCompiler

Description: (1) 将此番分析程序设计成独立一遍扫描源程序的结构。词法分析的输出结果采用如下的二元组表示: (单词种别,单词自身的值) 对表识符,采用下列的二元组表示: (表识符,指向标识符表项的指针) 单词种别建议采用一个关键字一个整数值、一个算符一个整数值等形式,每个整数值是不重复的,设计中应考虑好编码的方案(要跟语法分析连贯)。 (2) 测试用例: 应该建立至少两个测试用例:一个词法上正确的PL/0源程序和词法上部正确的源程序。 -(1) This analysis program will be designed as an independent source to scan the structure again. Lexical Analysis of the output of the dual use of the following group, said: (the word of other species, the value of their own words) on the table knowledge Fu, using the following binary group, said: (Table numeracy Fu, point identifier table entry pointer) word other species suggested an integer value of a keyword, an operator the form of an integer value, each integer value is not repeated, the design should be considered a good encoding program (with grammar analysis of coherence). (2) test case: It should be the establishment of at least two test cases: a lexical correct PL/0 source and the upper part of the correct morphology of the source.
Platform: | Size: 2048 | Author: dong | Hits:

[ELanguagebianyiqi

Description: 制作一个简易的编译器,能够对于给出的符合文法规则程序代码能进行词法分析、语法分析、语义分析并最终生成汇编代码。-The production of a simple compiler, to the grammar rules given in line with the program code can be lexical analysis, syntax analysis, semantic analysis and eventually to generate assembly code.
Platform: | Size: 306176 | Author: 水木一 | Hits:

[ELanguageCompilerConstruction

Description: 全面的c语言编译器,包括词法分析语法分析有报错 -Comprehensive c language compilers, including lexical analysis Syntax analysis error
Platform: | Size: 41984 | Author: Leo | Hits:

[ELanguagepl0

Description: pl0编译器,c语言环境下实现,PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。程序供语法分析程序调用。-pl0 compiler, c language environments, PL/0 language compiler analysis of the use of grammar as the core, the compiler again scanning methods. Lexical analysis and code generation as an independent subroutine calls for grammar analysis program. Procedures call for grammar analysis program.
Platform: | Size: 137216 | Author: zsk | Hits:

[JSP/JavaCompiler

Description: java词法分析程序,不是太完美,希望大家下载并指正-java lexical analysis program, not perfect, I hope you download and correction
Platform: | Size: 7168 | Author: 阿牛 | Hits:

[ELanguage449704zy200512345

Description: 一个简单实现词法分析的程序代码。。。。。。。编译原理的课程设计-The realization of a simple lexical analysis of program code. . . . . . . Compiler Construction Principles of curriculum design
Platform: | Size: 117760 | Author: kanjian666 | Hits:

[ELanguageCompiler

Description: 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱<斜竖>* <小于>→< <等于>→= <大于>→> <冒号> →: <斜竖> →/ 识别语言的保留字 :begin end if then else for do while and or not-Compiler class to do a small procedure, analytical methods were used to achieve four (LL1, operator priority, recursive descent, a simple lexical analysis) to complete the grammar is described in a subset of the Pascal language word lexical analysis program symbols. < Identifier> → letters ︱ < identifier> letters ︱ < identifier> figures < unsigned integer> → Digital ︱ < unsigned integer> figures < single character boundaries Fu> →+ ︱- ︱ ︱* ︱ (︱) < two-character boundaries Fu> → < greater than> = ︱ < less than> = ︱ < less than> > ︱ < colon> = ︱ < oblique vertical> * < less than> → < < equal> → = < greater than> →> < colon> →: < oblique vertical> →/recognition of language reserved word: begin end if then else for do while and or not
Platform: | Size: 483328 | Author: 丁丁 | Hits:

[Otheranalysis

Description: 词法分析,编译原理的词法分析程序c++源码。-Lexical analysis, lexical analysis of the principle of compiler c++ source program.
Platform: | Size: 4096 | Author: 司马俊杰 | Hits:

[JSP/Javaa

Description: 编译原理的词法分析的模拟程序,采用swt库进行开发。-Compiler Construction Principles of the lexical analysis simulation program, developed using swt library.
Platform: | Size: 8192 | Author: 适适 | Hits:

[ELanguageLexAna.c.tar

Description: Program for Lexical Analysis inn C. The first step of compiler converts string to tokens.
Platform: | Size: 1024 | Author: nutan | Hits:

[ELanguagecompiler

Description: 词法分析器即词法分析程序又称为扫描器,其功能在于依次扫视字符串形式源程序中的各个字符,逐个识别出其中的单词,并将其转换为内部编码形式的单词符号串作确为输出-Lexical analyzer that lexical analysis program, also known as scanner, its function is to sweep a string followed by the various characters in the form of the source program one by one to identify one of the words and convert them to symbols within the encoded form of the word strings to make do for the Output
Platform: | Size: 80896 | Author: biao | Hits:

[ELanguageCompiler

Description: 一份完整的编译原理课程设计.设计了一个词法分析器和一个利用LL(1)算法实现的语法分析器.可以对C-语言编写的程序进行词法分析和语法分析,当出现错误时推断可能的原因.并最终用直观的方式构建起一棵语法分析树.-A complete compilation Principle. Designed a lexical analyzer and a use of LL (1) parser algorithm. Can be written in C-language program for lexical analysis and syntax analysis, may be inferred when an error occurs reasons. and eventually built up with an intuitive way to parse tree.
Platform: | Size: 269312 | Author: 无意乂 | Hits:

[Windows DevelopPL--0-language-compiler

Description: 。通过跟踪PL/0 语言编译程序对一段示例程序进行处理的内部过程,对构成语言 编译技术的主要组成部分即词法分析、语法分析、中间代码生成、存储器分配、表格管理、错误处理等过程进行了重 点分析,详细叙述了其工作原理与实现机制以及相互之间的关系。-. By tracking the PL/0 language compiler for processing of a sample program of internal processes, language compiler technology constitute the main components of the lexical analysis, syntax analysis, intermediate code generation, memory allocation, table management, error handling process was focus on analysis, described in detail its working principle and implementation of mechanisms and their relationship.
Platform: | Size: 60416 | Author: 严周 | Hits:

[ELanguageCompiler

Description: 实验一:设计SAMPLE语言的词法分析器 检查要求: 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; 输出结果为单词的二元式序列(样式见样板输出1和2); 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行); 注释部分缺右边的界符*/(注释要求左右边分别用/*和*/界定,不能跨行)。-Experiment 1: SAMPLE language lexical analyzer design Inspection requirements: After starting the program, the first output of the author s name, class, student number (available in Chinese, English or Pinyin) Request input test program name, type the program name and automatically start the output of lexical analysis Binary output of word-type sequence (see sample output style 1 and 2) Requirements can be found in the following lexical errors and that the nature and location of the error: Illegal characters, that is not the character set of symbols SAMPLE Character constant lack of the right single quotation mark (character constants requires the left and right single quotation mark definition, can not cross) Note lack of the right part of the boundary character*/(Note requires left and right respectively /* and*/define, can not cross).
Platform: | Size: 1150976 | Author: liuminchun | Hits:

[OS programlexical-analysis

Description: 这个程序是关于编译原理词法分析的程序。可以进行文件操作,对txt文件的内容进行词法分析,然后将分析结果写入另一个txt文件中。-This program is about compiler theory lexical analysis procedures. File operations can be performed on the contents of txt file for lexical analysis, and the analysis results into another txt file.
Platform: | Size: 199680 | Author: 余啸坤 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net